projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68f1f60
)
(reseat_1): Set iterator's end_charpos to ZV.
author
Gerd Moellmann
<gerd@gnu.org>
Wed, 14 Feb 2001 11:38:36 +0000
(11:38 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Wed, 14 Feb 2001 11:38:36 +0000
(11:38 +0000)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index 94e3f41b14c1e3cbf7fdbd5b1b7f0f59f3a59ad3..60354b9d8d6e53c4df054e160b48ac15326588b0 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-3716,6
+3716,7
@@
reseat_1 (it, pos, set_stop_p)
it->current.pos = it->position = pos;
XSETBUFFER (it->object, current_buffer);
+ it->end_charpos = ZV;
it->dpvec = NULL;
it->current.dpvec_index = -1;
it->current.overlay_string_index = -1;